home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 1-Reference / User Groups DB / User Groups.res / User Groups.res.rsrc / 4DTE_15049 < prev    next >
Text File  |  1990-04-04  |  560b  |  14 lines

  1. PhoneStrip(Var1)
  2.  
  3. Var1 is of type String.
  4.  
  5. The PhoneStrip external is designed to simplify the formatting of telephone numbers.
  6. Given any string, it converts all letters to the corresponding numbers (ala dial telephone) and removes all other characters (spaces, dashes, parens, etc.)
  7.  
  8. The returned “stripped” number can then be quickly checked for the proper length and then easily formatted using 4D’s Num & String functions.
  9.  
  10. eg. String(Num(vphone);"000-0000")
  11. will produce properly formatted 7 digit numbers.
  12.  
  13. From Paul Greenman [71211,3456].
  14. Public Domain.